-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ROS - All sensors and car support #2743
Conversation
support ENU for all car frames
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will be a great improvement to the ROS wrapper, thanks!
Can you add some details about the new sensor publishers, etc in airsim_ros_pkgs.md
Just a light lookover, will try to test it out soon
Should be all set for merge. Let me know if you see any other issues. |
nice work on the car interface. I found 1 little issue: Naming the car anything other than drone_1 means no control api, because the ros interface is looking for /airsim_node/drone_1/car_cmd and this is hard-coded. This is not a big deal though if you mention it in the documentation. Would be great to see this addition on the main branch. |
You should be able to change the topic via launch config: The vehicle name/ID comes out of the airsim config, so if you alter this topic to match it "should" be fine. |
Many improvements to ROS package "airsim_ros_pkgs"